projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a524dc5
)
(mark-c-function): Activate the mark.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 16 May 1993 17:43:36 +0000
(17:43 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 16 May 1993 17:43:36 +0000
(17:43 +0000)
lisp/progmodes/c-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/c-mode.el
b/lisp/progmodes/c-mode.el
index a9f7e0cedef1ff211b34e2479a4217f12b874080..a9aab352c7b2a5d607d6a337b5ed580129f20fe2 100644
(file)
--- a/
lisp/progmodes/c-mode.el
+++ b/
lisp/progmodes/c-mode.el
@@
-947,7
+947,7
@@
If within a string or comment, move by sentences instead of statements."
(interactive)
(push-mark (point))
(end-of-defun)
- (push-mark (point))
+ (push-mark (point)
nil t
)
(beginning-of-defun)
(backward-paragraph))
\f